QuickOPC User's Guide and Reference
Examples - Reactive Programming - Create OPC Data Access write observer

The following code fragment creates the observer using one of the Create methods:

DAWriteItemValueObserver<int> observer =
     DAWriteItemValueObserver.Create<int>(
         "", "OPCLabs.KitServer.2", "Simulation.Register_I4");

 

See Also

Conceptual

Examples - OPC Data Access